home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / pc / intro.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  2009-10-07  |  365 b   |  14 lines

  1. on startMovie
  2.   global programTitle, baseDirectory, speed
  3.   register(xtra("PrintOMatic"), "PMAT173-131-49106")
  4.   programTitle = "Sunday Savers Singing Fun! 2010"
  5.   baseDirectory = the applicationPath
  6.   Cpu = baCpuInfo("speed")
  7.   if Cpu < 500 then
  8.     speed = "slow"
  9.   else
  10.     speed = "fast"
  11.   end if
  12.   member("title").text = "Covenant Communications Presents"
  13. end
  14.